home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / mac / files / dsp / dska_10.hqx / dska ƒ / TESTF.ASM < prev   
Assembly Source File  |  1994-08-07  |  1KB  |  109 lines

  1.  
  2.     .float 0.0
  3.     .bfloat 0.0
  4.     .double 0.0
  5.     .efloat 0.0
  6. ;    .tfloat 0.0
  7.  
  8.     .float 1.0
  9.     .bfloat 1.0
  10.     .double 1.0
  11.     .efloat 1.0
  12. ;    .tfloat 1.0
  13.  
  14.     .float 2.0
  15.     .bfloat 2.0
  16.     .double 2.0
  17.     .efloat 2.0
  18. ;    .tfloat 2.0
  19.  
  20.     .float 1.5
  21.     .bfloat 1.5
  22.     .double 1.5
  23.     .efloat 1.5
  24. ;    .tfloat 1.5
  25.  
  26.     .float 0.1
  27.     .bfloat 0.1
  28.     .double 0.1
  29.     .efloat 0.1
  30. ;    .tfloat 0.1
  31.  
  32.     .float -0.1
  33.     .bfloat -0.1
  34.     .double -0.1
  35.     .efloat -0.1
  36. ;    .tfloat -0.1
  37.  
  38.     .float -2.0
  39.     .bfloat -2.0
  40.     .double -2.0
  41.     .efloat -2.0
  42. ;    .tfloat -2.0
  43.  
  44.     .float 0.5
  45.     .bfloat 0.5
  46.     .double 0.5
  47.     .efloat 0.5
  48. ;    .tfloat 0.5
  49.  
  50.     .q12    1.0
  51.     .q12    2.0
  52.     .q12    1.5
  53.     .q12    -1.5
  54.     .q12    0.1
  55.  
  56.     .lq16    1.0
  57.     .lq16    2.0
  58.     .lq16    1.5
  59.     .lq16    -1.5
  60.     .lq16    0.1
  61.  
  62. a0    .set    1
  63. a1    .set    a0*2
  64. a2    .set    a1*2
  65. a3    .set    a2*2
  66. a4    .set    a3*2
  67. a5    .set    a4*2
  68. a6    .set    a5*2
  69. a7    .set    a6*2
  70. a8    .set    a7*2
  71. a9    .set    a8*2
  72. a10    .set    a9*2
  73. a11    .set    a10*2
  74. a12    .set    a11*2
  75. a13    .set    a12*2
  76. a14    .set    a13*2
  77. a15    .set    a14*2
  78. a16    .set    a15*2
  79. a17    .set    a16*2
  80. a18    .set    a17*2
  81. a19    .set    a18*2
  82. a20    .set    a19*2
  83. a21    .set    a20*2
  84.  
  85.     ldpk    a0
  86.     ldpk    a1
  87.     ldpk    a2
  88.     ldpk    a3
  89.     ldpk    a4
  90.     ldpk    a5
  91.     ldpk    a6
  92.     ldpk    a7
  93.     ldpk    a8
  94.     ldpk    a9
  95.     ldpk    a10
  96.     ldpk    a11
  97.     ldpk    a12
  98.     ldpk    a13
  99.     ldpk    a14
  100.     ldpk    a15
  101.     .if    0
  102.     ldpk    a16
  103.     ldpk    a17
  104.     ldpk    a18
  105.     ldpk    a19
  106.     .endif
  107.  
  108.     .end
  109.